home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_sharutils.idb / usr / freeware / catman / u_man / cat5 / uuencode.Z / uuencode
Encoding:
Text File  |  1998-05-21  |  2.3 KB  |  68 lines

  1. /xlv1/freeware/1998.May/sharutils/4.2/sharutils-4.2.diffbuild/doc
  2.  
  3.  
  4.  
  5.      UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((5555))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV           UUUUUUUUEEEENNNNCCCCOOOODDDDEEEE((((5555))))
  6.  
  7.  
  8.  
  9.      NNNNAAAAMMMMEEEE
  10.       uuencode - format of an encoded uuencode file
  11.  
  12.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  13.       Files    output by uuencode(1) consist of a header line,
  14.       followed by a    number of body lines, and a trailer line.  The
  15.       uudecode(1) command will ignore any lines preceding the
  16.       header or following the trailer.  Lines preceding a header
  17.       must not, of course, look like a header.
  18.  
  19.       The header line is distinguished by having the first 6
  20.       characters _b_e_g_i_n  The    word _b_e_g_i_n is followed by a mode (in
  21.       octal), and a    string which names the remote file.  A space
  22.       separates the    three items in the header line.
  23.  
  24.       The body consists of a number    of lines, each at most 62
  25.       characters long (including the trailing newline).  These
  26.       consist of a character count,    followed by encoded
  27.       characters, followed by a newline.  The character count is a
  28.       single printing character, and represents an integer,    the
  29.       number of bytes the rest of the line represents.  Such
  30.       integers are always in the range from    0 to 63    and can    be
  31.       determined by    subtracting the    character space    (octal 40)
  32.       from the character.
  33.  
  34.       Groups of 3 bytes are    stored in 4 characters,    6 bits per
  35.       character.  All are offset by    a space    to make    the characters
  36.       printing.  The last line may be shorter than the normal 45
  37.       bytes.  If the size is not a multiple    of 3, this fact    can be
  38.       determined by    the value of the count on the last line.
  39.       Extra    garbage    will be    included to make the character count a
  40.       multiple of 4.  The body is terminated by a line with    a
  41.       count    of zero.  This line consists of    one ASCII space.
  42.  
  43.       The trailer line consists of _e_n_d on a    line by    itself.
  44.  
  45.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  46.       uuencode(1), uudecode(1), uusend(1), uucp(1),    mail(1)
  47.  
  48.      HHHHIIIISSSSTTTTOOOORRRRYYYY
  49.       The _u_u_e_n_c_o_d_e file format appeared in BSD 4.0 .
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.      Page 1                         (printed 5/18/98)
  65.  
  66.  
  67.  
  68.